From 1490048e15939d0ffa579fd67292c79ee4aaa87b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Dec 2008 15:25:53 +0000 Subject: [PATCH] (Top): Add a @detailmenu item for "Directory Local Variables". --- doc/lispref/elisp.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 565c8692274..6e0e4e61025 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -420,9 +420,10 @@ Variables * Setting Variables:: Storing new values in variables. * Variable Scoping:: How Lisp chooses among local and global values. * Buffer-Local Variables:: Variable values in effect only in one buffer. -* Future Local Variables:: New kinds of local values we might add some day. * File Local Variables:: Handling local variable lists in files. +* Directory Local Variables:: Local variables common to all files in a directory. * Frame-Local Variables:: Frame-local bindings for variables. +* Future Local Variables:: New kinds of local values we might add some day. * Variable Aliases:: Variables that are aliases for other variables. * Variables with Restricted Values:: Non-constant variables whose value can @emph{not} be an arbitrary Lisp object. -- 2.30.2